home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Shareware / Comunicatii / feedaemon / fd110rc5.exe / {app} / FeedDemon.exe / 0 / RCDATA / TFOPTIONSDLG / TFOPTIONSDLG.txt
Text File  |  2004-05-31  |  21KB  |  799 lines

  1. object fOptionsDlg: TfOptionsDlg
  2.   Left = 327
  3.   Top = 258
  4.   BorderStyle = bsDialog
  5.   Caption = 'fOptionsDlg'
  6.   ClientHeight = 421
  7.   ClientWidth = 542
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnKeyDown = FormKeyDown
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object pgOptions: TnbPageControl
  23.     Left = 6
  24.     Top = 4
  25.     Width = 529
  26.     Height = 374
  27.     ActivePage = cxTabGeneral
  28.     HotTrack = True
  29.     LookAndFeel.Kind = lfUltraFlat
  30.     LookAndFeel.NativeStyle = True
  31.     TabOrder = 0
  32.     OnChange = pgOptionsChange
  33.     ClientRectBottom = 370
  34.     ClientRectLeft = 2
  35.     ClientRectRight = 525
  36.     ClientRectTop = 22
  37.     object cxTabGeneral: TcxTabSheet
  38.       Caption = 'General'
  39.       object lblGeneral: TLabel
  40.         Left = 24
  41.         Top = 29
  42.         Width = 480
  43.         Height = 20
  44.         AutoSize = False
  45.         Caption = 'General'
  46.         Font.Charset = DEFAULT_CHARSET
  47.         Font.Color = clWindowText
  48.         Font.Height = -11
  49.         Font.Name = 'MS Sans Serif'
  50.         Font.Style = [fsBold]
  51.         ParentFont = False
  52.         Transparent = True
  53.       end
  54.       object chkAutoUpdateOnGroupChange: TCheckBox
  55.         Left = 24
  56.         Top = 56
  57.         Width = 480
  58.         Height = 17
  59.         Caption = 'chkAutoUpdateOnGroupChange'
  60.         TabOrder = 0
  61.         OnClick = ControlChanged
  62.       end
  63.       object btnChanDefaults: TBitBtn
  64.         Left = 24
  65.         Top = 234
  66.         Width = 164
  67.         Height = 25
  68.         Caption = 'btnChanDefaults'
  69.         TabOrder = 5
  70.         OnClick = btnChanDefaultsClick
  71.         Margin = 3
  72.         Spacing = -1
  73.       end
  74.       object btnConnection: TBitBtn
  75.         Left = 24
  76.         Top = 200
  77.         Width = 164
  78.         Height = 25
  79.         Caption = 'btnConnection'
  80.         TabOrder = 4
  81.         OnClick = btnConnectionClick
  82.         Margin = 3
  83.         Spacing = -1
  84.       end
  85.       object btnSounds: TBitBtn
  86.         Left = 24
  87.         Top = 166
  88.         Width = 164
  89.         Height = 25
  90.         Caption = 'btnSounds'
  91.         TabOrder = 3
  92.         OnClick = btnSoundsClick
  93.         Margin = 3
  94.         Spacing = -1
  95.       end
  96.       object btnConfirmations: TBitBtn
  97.         Left = 24
  98.         Top = 268
  99.         Width = 164
  100.         Height = 25
  101.         Caption = 'btnConfirmations'
  102.         TabOrder = 6
  103.         OnClick = btnConfirmationsClick
  104.         Margin = 3
  105.         Spacing = -1
  106.       end
  107.       object chkDefaultAggregator: TCheckBox
  108.         Left = 24
  109.         Top = 100
  110.         Width = 481
  111.         Height = 17
  112.         Caption = 'FeedDemon should check if it is the default feed aggregator'
  113.         TabOrder = 2
  114.         OnClick = ControlChanged
  115.       end
  116.       object chkValidateNewChannels: TCheckBox
  117.         Left = 24
  118.         Top = 78
  119.         Width = 480
  120.         Height = 17
  121.         Caption = 'Show validation errors in new channels'
  122.         Checked = True
  123.         State = cbChecked
  124.         TabOrder = 1
  125.         OnClick = ControlChanged
  126.       end
  127.     end
  128.     object cxTabReading: TcxTabSheet
  129.       Caption = 'Reading'
  130.       ImageIndex = 6
  131.       object lblAutoReadSeconds: TLabel
  132.         Left = 386
  133.         Top = 102
  134.         Width = 40
  135.         Height = 13
  136.         Caption = 'seconds'
  137.       end
  138.       object lblReading: TLabel
  139.         Left = 24
  140.         Top = 29
  141.         Width = 480
  142.         Height = 20
  143.         AutoSize = False
  144.         Caption = 'lblReading'
  145.         Font.Charset = DEFAULT_CHARSET
  146.         Font.Color = clWindowText
  147.         Font.Height = -11
  148.         Font.Name = 'MS Sans Serif'
  149.         Font.Style = [fsBold]
  150.         ParentFont = False
  151.         Transparent = True
  152.       end
  153.       object chkAutoRead: TCheckBox
  154.         Left = 24
  155.         Top = 100
  156.         Width = 241
  157.         Height = 17
  158.         Caption = 'Mark news items as read after displaying for'
  159.         TabOrder = 0
  160.         OnClick = chkAutoReadClick
  161.       end
  162.       object txtAutoRead: TnbNumberEdit
  163.         Left = 325
  164.         Top = 98
  165.         Width = 34
  166.         Height = 21
  167.         MaxLength = 3
  168.         TabOrder = 1
  169.         Text = '5'
  170.         OnKeyPress = txtKeyPress
  171.       end
  172.       object updAutoRead: TUpDown
  173.         Left = 359
  174.         Top = 98
  175.         Width = 16
  176.         Height = 21
  177.         Associate = txtAutoRead
  178.         Max = 60
  179.         Position = 5
  180.         TabOrder = 2
  181.         OnClick = updClick
  182.       end
  183.       object chkMarkAllReadOnChannelChange: TCheckBox
  184.         Left = 24
  185.         Top = 122
  186.         Width = 480
  187.         Height = 17
  188.         Caption = 'chkMarkAllReadOnChannelChange'
  189.         TabOrder = 3
  190.         OnClick = ControlChanged
  191.       end
  192.       object chkMarkAllReadOnGroupChange: TCheckBox
  193.         Left = 24
  194.         Top = 144
  195.         Width = 480
  196.         Height = 17
  197.         Caption = 'chkMarkAllReadOnGroupChange'
  198.         TabOrder = 4
  199.         OnClick = ControlChanged
  200.       end
  201.       object chkEnableSpacebarNav: TCheckBox
  202.         Left = 24
  203.         Top = 56
  204.         Width = 480
  205.         Height = 17
  206.         Caption = 'chkEnableSpacebarNav'
  207.         TabOrder = 5
  208.         OnClick = chkEnableSpacebarNavClick
  209.       end
  210.       object chkEnableSpacebarNavUnread: TCheckBox
  211.         Left = 40
  212.         Top = 78
  213.         Width = 465
  214.         Height = 17
  215.         Caption = 'chkEnableSpacebarNavUnread'
  216.         TabOrder = 6
  217.         OnClick = ControlChanged
  218.       end
  219.     end
  220.     object cxTabBrowsing: TcxTabSheet
  221.       Caption = 'Browsing'
  222.       object lblBrowsing: TLabel
  223.         Left = 24
  224.         Top = 29
  225.         Width = 480
  226.         Height = 20
  227.         AutoSize = False
  228.         Caption = 'lblBrowsing'
  229.         Font.Charset = DEFAULT_CHARSET
  230.         Font.Color = clWindowText
  231.         Font.Height = -11
  232.         Font.Name = 'MS Sans Serif'
  233.         Font.Style = [fsBold]
  234.         ParentFont = False
  235.         Transparent = True
  236.       end
  237.       object lblTabbedBrowsing: TLabel
  238.         Left = 24
  239.         Top = 197
  240.         Width = 480
  241.         Height = 20
  242.         AutoSize = False
  243.         Caption = 'lblTabbedBrowsing'
  244.         Font.Charset = DEFAULT_CHARSET
  245.         Font.Color = clWindowText
  246.         Font.Height = -11
  247.         Font.Name = 'MS Sans Serif'
  248.         Font.Style = [fsBold]
  249.         ParentFont = False
  250.         Transparent = True
  251.       end
  252.       object chkBrowseLinkNoDesc: TCheckBox
  253.         Left = 24
  254.         Top = 56
  255.         Width = 480
  256.         Height = 17
  257.         Caption = 'chkBrowseLinkNoDesc'
  258.         TabOrder = 0
  259.         OnClick = ControlChanged
  260.       end
  261.       object chkBrowseLinkDirect: TCheckBox
  262.         Left = 24
  263.         Top = 78
  264.         Width = 480
  265.         Height = 17
  266.         Caption = 'chkBrowseLinkDirect'
  267.         TabOrder = 1
  268.         OnClick = ControlChanged
  269.       end
  270.       object chkBrowseExternalInDefault: TCheckBox
  271.         Left = 24
  272.         Top = 100
  273.         Width = 480
  274.         Height = 17
  275.         Caption = 'chkBrowseExternalInDefault'
  276.         TabOrder = 2
  277.         OnClick = ControlChanged
  278.       end
  279.       object chkBrowseSilent: TCheckBox
  280.         Left = 24
  281.         Top = 122
  282.         Width = 480
  283.         Height = 17
  284.         Caption = 'chkBrowseSilent'
  285.         TabOrder = 3
  286.         OnClick = ControlChanged
  287.       end
  288.       object chkBrowseTabInBack: TCheckBox
  289.         Left = 24
  290.         Top = 247
  291.         Width = 480
  292.         Height = 17
  293.         Caption = 'chkBrowseTabInBack'
  294.         TabOrder = 7
  295.         OnClick = ControlChanged
  296.       end
  297.       object chkBrowseInterceptNewWindows: TCheckBox
  298.         Left = 24
  299.         Top = 224
  300.         Width = 480
  301.         Height = 17
  302.         Caption = 'chkBrowseInterceptNewWindows'
  303.         TabOrder = 6
  304.         OnClick = ControlChanged
  305.       end
  306.       object chkBrowseHideChannelBarOnMax: TCheckBox
  307.         Left = 24
  308.         Top = 144
  309.         Width = 480
  310.         Height = 17
  311.         Caption = 'chkBrowseHideChannelBarOnMax'
  312.         TabOrder = 4
  313.         OnClick = ControlChanged
  314.       end
  315.       object chkBrowseUseMozilla: TCheckBox
  316.         Left = 24
  317.         Top = 167
  318.         Width = 480
  319.         Height = 17
  320.         Caption = 'chkBrowseUseMozilla'
  321.         TabOrder = 5
  322.         Visible = False
  323.         OnClick = chkBrowseUseMozillaClick
  324.       end
  325.     end
  326.     object cxTabNewspaper: TcxTabSheet
  327.       Caption = 'Newspaper'
  328.       object lblNewspaper: TLabel
  329.         Left = 24
  330.         Top = 29
  331.         Width = 480
  332.         Height = 20
  333.         AutoSize = False
  334.         Caption = 'lblNewspaper'
  335.         Font.Charset = DEFAULT_CHARSET
  336.         Font.Color = clWindowText
  337.         Font.Height = -11
  338.         Font.Name = 'MS Sans Serif'
  339.         Font.Style = [fsBold]
  340.         ParentFont = False
  341.         Transparent = True
  342.       end
  343.       object htmlNewspaperDateFilter: THTMLabel
  344.         Left = 24
  345.         Top = 243
  346.         Width = 480
  347.         Height = 19
  348.         AnchorHint = False
  349.         AutoSizing = True
  350.         AutoSizeType = asVertical
  351.         Ellipsis = False
  352.         HintShowFull = False
  353.         Hover = False
  354.         HoverColor = clNone
  355.         HoverFontColor = clNone
  356.         HTMLHint = False
  357.         HTMLText.Strings = (
  358.           '(set at runtime)')
  359.         ShadowColor = clGray
  360.         ShadowOffset = 2
  361.         Transparent = True
  362.         URLColor = clBlue
  363.         VAlignment = tvaTop
  364.       end
  365.       object lblNewspaperMaxItems: TLabel
  366.         Left = 24
  367.         Top = 66
  368.         Width = 109
  369.         Height = 13
  370.         Caption = 'lblNewspaperMaxItems'
  371.         Transparent = True
  372.       end
  373.       object lblNewspaperDateFilter: TLabel
  374.         Left = 24
  375.         Top = 141
  376.         Width = 480
  377.         Height = 20
  378.         AutoSize = False
  379.         Caption = 'lblNewspaperDateFilter'
  380.         Font.Charset = DEFAULT_CHARSET
  381.         Font.Color = clWindowText
  382.         Font.Height = -11
  383.         Font.Name = 'MS Sans Serif'
  384.         Font.Style = [fsBold]
  385.         ParentFont = False
  386.         Transparent = True
  387.       end
  388.       object txtNewspaperMaxItems: TnbNumberEdit
  389.         Left = 150
  390.         Top = 63
  391.         Width = 49
  392.         Height = 21
  393.         MaxLength = 3
  394.         TabOrder = 0
  395.         Text = '1'
  396.         OnKeyPress = txtKeyPress
  397.       end
  398.       object updNewspaperMaxItems: TUpDown
  399.         Left = 199
  400.         Top = 63
  401.         Width = 16
  402.         Height = 21
  403.         Associate = txtNewspaperMaxItems
  404.         Min = 1
  405.         Max = 200
  406.         Position = 1
  407.         TabOrder = 1
  408.         OnClick = updClick
  409.       end
  410.       object chkNewspaperOnChannelChange: TCheckBox
  411.         Left = 24
  412.         Top = 95
  413.         Width = 480
  414.         Height = 17
  415.         Caption = 'chkNewspaperOnChannelChange'
  416.         TabOrder = 2
  417.         OnClick = ControlChanged
  418.       end
  419.       object optNewspaperDateFilter_PubIfAvail: TRadioButton
  420.         Left = 24
  421.         Top = 189
  422.         Width = 492
  423.         Height = 17
  424.         Caption = 'optNewspaperDateFilter_PubIfAvail'
  425.         TabOrder = 4
  426.         OnClick = ControlChanged
  427.       end
  428.       object optNewspaperDateFilter_Rcvd: TRadioButton
  429.         Left = 24
  430.         Top = 167
  431.         Width = 492
  432.         Height = 17
  433.         Caption = 'optNewspaperDateFilter_Rcvd'
  434.         TabOrder = 3
  435.         OnClick = ControlChanged
  436.       end
  437.       object optNewspaperDateFilter_Pub: TRadioButton
  438.         Left = 24
  439.         Top = 211
  440.         Width = 492
  441.         Height = 17
  442.         Caption = 'optNewspaperDateFilter_Pub'
  443.         TabOrder = 5
  444.         OnClick = ControlChanged
  445.       end
  446.     end
  447.     object cxTabSysTray: TcxTabSheet
  448.       Caption = 'System Tray'
  449.       object lblSystemTray: TLabel
  450.         Left = 24
  451.         Top = 29
  452.         Width = 79
  453.         Height = 13
  454.         Caption = 'lblSystemTray'
  455.         Font.Charset = DEFAULT_CHARSET
  456.         Font.Color = clWindowText
  457.         Font.Height = -11
  458.         Font.Name = 'MS Sans Serif'
  459.         Font.Style = [fsBold]
  460.         ParentFont = False
  461.         Transparent = True
  462.       end
  463.       object lblInfoBalloon: TLabel
  464.         Left = 24
  465.         Top = 149
  466.         Width = 78
  467.         Height = 13
  468.         Caption = 'lblInfoBalloon'
  469.         Font.Charset = DEFAULT_CHARSET
  470.         Font.Color = clWindowText
  471.         Font.Height = -11
  472.         Font.Name = 'MS Sans Serif'
  473.         Font.Style = [fsBold]
  474.         ParentFont = False
  475.         Transparent = True
  476.       end
  477.       object pnlSysTray: TPanel
  478.         Left = 24
  479.         Top = 56
  480.         Width = 480
  481.         Height = 73
  482.         BevelOuter = bvNone
  483.         TabOrder = 0
  484.         object optSysTrayMinimized: TRadioButton
  485.           Left = 0
  486.           Top = 0
  487.           Width = 460
  488.           Height = 17
  489.           Caption = 'optSysTrayMinimized'
  490.           TabOrder = 0
  491.           OnClick = ControlChanged
  492.         end
  493.         object optSysTrayAlways: TRadioButton
  494.           Left = 0
  495.           Top = 22
  496.           Width = 460
  497.           Height = 17
  498.           Caption = 'optSysTrayAlways'
  499.           TabOrder = 1
  500.           OnClick = ControlChanged
  501.         end
  502.         object optSysTrayNever: TRadioButton
  503.           Left = 0
  504.           Top = 44
  505.           Width = 460
  506.           Height = 17
  507.           Caption = 'optSysTrayNever'
  508.           TabOrder = 2
  509.           OnClick = ControlChanged
  510.         end
  511.       end
  512.       object pnlInfoBalloon: TPanel
  513.         Left = 24
  514.         Top = 174
  515.         Width = 480
  516.         Height = 81
  517.         BevelOuter = bvNone
  518.         TabOrder = 1
  519.         object optInfoBalloonMinimized: TRadioButton
  520.           Left = 0
  521.           Top = 1
  522.           Width = 460
  523.           Height = 17
  524.           Caption = 'optInfoBalloonMinimized'
  525.           TabOrder = 0
  526.           OnClick = ControlChanged
  527.         end
  528.         object optInfoBalloonAlways: TRadioButton
  529.           Left = 0
  530.           Top = 23
  531.           Width = 460
  532.           Height = 17
  533.           Caption = 'optInfoBalloonAlways'
  534.           TabOrder = 1
  535.           OnClick = ControlChanged
  536.         end
  537.         object optInfoBalloonNever: TRadioButton
  538.           Left = 0
  539.           Top = 45
  540.           Width = 460
  541.           Height = 17
  542.           Caption = 'optInfoBalloonNever'
  543.           TabOrder = 2
  544.           OnClick = ControlChanged
  545.         end
  546.       end
  547.     end
  548.     object cxTabAppearance: TcxTabSheet
  549.       Caption = 'Appearance'
  550.       object lblAppearanceColors: TLabel
  551.         Left = 24
  552.         Top = 29
  553.         Width = 480
  554.         Height = 20
  555.         AutoSize = False
  556.         Caption = 'lblAppearanceColors'
  557.         Font.Charset = DEFAULT_CHARSET
  558.         Font.Color = clWindowText
  559.         Font.Height = -11
  560.         Font.Name = 'MS Sans Serif'
  561.         Font.Style = [fsBold]
  562.         ParentFont = False
  563.         Transparent = True
  564.       end
  565.       object lblAutoPreviewColor: TLabel
  566.         Left = 24
  567.         Top = 57
  568.         Width = 94
  569.         Height = 13
  570.         Caption = 'lblAutoPreviewColor'
  571.         Transparent = True
  572.       end
  573.       object lblFlaggedColor: TLabel
  574.         Left = 24
  575.         Top = 107
  576.         Width = 72
  577.         Height = 13
  578.         Caption = 'lblFlaggedColor'
  579.         Transparent = True
  580.       end
  581.       object lblAppearanceFonts: TLabel
  582.         Left = 24
  583.         Top = 169
  584.         Width = 480
  585.         Height = 20
  586.         AutoSize = False
  587.         Caption = 'lblAppearanceFonts'
  588.         Font.Charset = DEFAULT_CHARSET
  589.         Font.Color = clWindowText
  590.         Font.Height = -11
  591.         Font.Name = 'MS Sans Serif'
  592.         Font.Style = [fsBold]
  593.         ParentFont = False
  594.         Transparent = True
  595.       end
  596.       object lblFontAutoPreview: TLabel
  597.         Left = 24
  598.         Top = 291
  599.         Width = 91
  600.         Height = 13
  601.         Caption = 'lblFontAutoPreview'
  602.         Transparent = True
  603.       end
  604.       object lblFontNewsItems: TLabel
  605.         Left = 24
  606.         Top = 243
  607.         Width = 83
  608.         Height = 13
  609.         Caption = 'lblFontNewsItems'
  610.         Transparent = True
  611.       end
  612.       object lblFontNavBar: TLabel
  613.         Left = 24
  614.         Top = 196
  615.         Width = 67
  616.         Height = 13
  617.         Caption = 'lblFontNavBar'
  618.         Transparent = True
  619.       end
  620.       object lblAutoPreviewLineCnt: TLabel
  621.         Left = 267
  622.         Top = 57
  623.         Width = 106
  624.         Height = 13
  625.         Caption = 'lblAutoPreviewLineCnt'
  626.         Transparent = True
  627.       end
  628.       object cxFontNewsItems: TcxFontNameComboBox
  629.         Left = 24
  630.         Top = 259
  631.         Width = 217
  632.         Height = 21
  633.         Properties.MaxMRUFonts = 0
  634.         Properties.FontTypes = [cxftTTF, cxftRaster, cxftDevice, cxftFixed]
  635.         Properties.FontPreview.ShowButtons = False
  636.         Properties.UseOwnFont = True
  637.         Properties.DropDownRows = 12
  638.         Properties.ReadOnly = False
  639.         Style.BorderStyle = ebs3D
  640.         Style.LookAndFeel.Kind = lfStandard
  641.         Style.LookAndFeel.NativeStyle = True
  642.         Style.TransparentBorder = False
  643.         Style.ButtonStyle = bts3D
  644.         TabOrder = 5
  645.         OnClick = cxFontClick
  646.       end
  647.       object cxFontAutoPreview: TcxFontNameComboBox
  648.         Left = 24
  649.         Top = 307
  650.         Width = 217
  651.         Height = 21
  652.         Properties.MaxMRUFonts = 0
  653.         Properties.FontTypes = [cxftTTF, cxftRaster, cxftDevice, cxftFixed]
  654.         Properties.FontPreview.ShowButtons = False
  655.         Properties.UseOwnFont = True
  656.         Properties.DropDownRows = 12
  657.         Properties.ReadOnly = False
  658.         Style.BorderStyle = ebs3D
  659.         Style.LookAndFeel.Kind = lfStandard
  660.         Style.LookAndFeel.NativeStyle = True
  661.         Style.TransparentBorder = False
  662.         Style.ButtonStyle = bts3D
  663.         TabOrder = 6
  664.         OnClick = cxFontClick
  665.       end
  666.       object cxFontNavBar: TcxFontNameComboBox
  667.         Left = 24
  668.         Top = 212
  669.         Width = 217
  670.         Height = 21
  671.         Properties.MaxMRUFonts = 0
  672.         Properties.FontTypes = [cxftTTF, cxftRaster, cxftDevice, cxftFixed]
  673.         Properties.FontPreview.ShowButtons = False
  674.         Properties.UseOwnFont = True
  675.         Properties.DropDownRows = 12
  676.         Properties.ReadOnly = False
  677.         Style.BorderStyle = ebs3D
  678.         Style.LookAndFeel.Kind = lfStandard
  679.         Style.LookAndFeel.NativeStyle = True
  680.         Style.TransparentBorder = False
  681.         Style.ButtonStyle = bts3D
  682.         TabOrder = 4
  683.         OnClick = cxFontClick
  684.       end
  685.       object btnResetAppearance: TButton
  686.         Left = 358
  687.         Top = 308
  688.         Width = 146
  689.         Height = 25
  690.         Caption = 'btnResetAppearance'
  691.         TabOrder = 7
  692.         OnClick = btnResetAppearanceClick
  693.       end
  694.       object cxColorAutoPreview: TcxColorComboBox
  695.         Left = 24
  696.         Top = 78
  697.         Width = 217
  698.         Height = 21
  699.         Properties.ColorBoxWidth = 50
  700.         Properties.DefaultDescription = 'Color not selected'
  701.         Properties.MaxMRUColors = 0
  702.         Properties.NamingConvention = cxncX11
  703.         Properties.PrepareList = cxplX11Ordered
  704.         Properties.DropDownRows = 10
  705.         Properties.ReadOnly = False
  706.         Properties.Revertable = True
  707.         Properties.Items = <>
  708.         Properties.PrepareInfo = ''
  709.         Style.BorderStyle = ebs3D
  710.         Style.LookAndFeel.Kind = lfUltraFlat
  711.         Style.LookAndFeel.NativeStyle = True
  712.         Style.Shadow = False
  713.         Style.TransparentBorder = True
  714.         Style.ButtonStyle = btsUltraFlat
  715.         Style.ButtonTransparency = ebtNone
  716.         TabOrder = 0
  717.         OnClick = ControlChanged
  718.       end
  719.       object cxColorFlagged: TcxColorComboBox
  720.         Left = 24
  721.         Top = 126
  722.         Width = 217
  723.         Height = 21
  724.         Properties.ColorBoxWidth = 50
  725.         Properties.DefaultDescription = 'Color not selected'
  726.         Properties.MaxMRUColors = 0
  727.         Properties.NamingConvention = cxncX11
  728.         Properties.PrepareList = cxplX11Ordered
  729.         Properties.DropDownRows = 10
  730.         Properties.ReadOnly = False
  731.         Properties.Revertable = True
  732.         Properties.Items = <>
  733.         Properties.PrepareInfo = ''
  734.         Style.BorderStyle = ebs3D
  735.         Style.LookAndFeel.Kind = lfUltraFlat
  736.         Style.LookAndFeel.NativeStyle = True
  737.         Style.Shadow = False
  738.         Style.TransparentBorder = True
  739.         Style.ButtonStyle = btsUltraFlat
  740.         Style.ButtonTransparency = ebtNone
  741.         TabOrder = 3
  742.         OnClick = ControlChanged
  743.       end
  744.       object txtAutoPreviewLineCnt: TnbNumberEdit
  745.         Left = 267
  746.         Top = 78
  747.         Width = 38
  748.         Height = 21
  749.         MaxLength = 2
  750.         TabOrder = 2
  751.         Text = '1'
  752.         OnKeyPress = txtKeyPress
  753.       end
  754.       object updAutoPreviewLineCnt: TUpDown
  755.         Left = 305
  756.         Top = 78
  757.         Width = 16
  758.         Height = 21
  759.         Associate = txtAutoPreviewLineCnt
  760.         Min = 1
  761.         Max = 5
  762.         Position = 1
  763.         TabOrder = 1
  764.         OnClick = updClick
  765.       end
  766.     end
  767.   end
  768.   object btnOK: TButton
  769.     Left = 293
  770.     Top = 386
  771.     Width = 75
  772.     Height = 25
  773.     Caption = 'btnOK'
  774.     Default = True
  775.     TabOrder = 1
  776.     OnClick = btnOKClick
  777.   end
  778.   object btnClose: TButton
  779.     Left = 376
  780.     Top = 386
  781.     Width = 75
  782.     Height = 25
  783.     Cancel = True
  784.     Caption = 'btnClose'
  785.     ModalResult = 2
  786.     TabOrder = 2
  787.   end
  788.   object btnApply: TButton
  789.     Left = 460
  790.     Top = 386
  791.     Width = 75
  792.     Height = 25
  793.     Caption = 'btnApply'
  794.     Enabled = False
  795.     TabOrder = 3
  796.     OnClick = btnApplyClick
  797.   end
  798. end
  799.